Vector.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opOpAssign(VectorN other)
    struct Vector(uint N, T)
    @nogc @safe nothrow pragma(inline, true) return
    opOpAssign
    (
    string op
    )
    (
    VectorN other
    )
  2. auto opOpAssign(float value)

Meta